PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFPushButtonWidget Class / setHighlightMode Method
A PDFPushButtonHighlightMode that specifies how the pushbutton widget is highlighted when it is clicked.
In This Topic
    setHighlightMode Method
    In This Topic
    Sets the highlighting of the button widget.
    Syntax
    public void setHighlightMode( 
       PDFPushButtonHighlightMode value
    )

    Parameters

    value
    A PDFPushButtonHighlightMode that specifies how the pushbutton widget is highlighted when it is clicked.
    See Also